home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / RDIFF.BAT < prev    next >
DOS Batch File  |  1997-06-07  |  307b  |  12 lines

  1. rem @echo off
  2. rem (c) R&D Associates 1994-1996.
  3. rem All Rights Reserved.
  4. rem
  5. rem This gets the differences between the workfile %2 and its archive into
  6. rem the file %1\diff.log.
  7. rem
  8. echo Workfile: %2 > %1\diff.log
  9. echo Archive: %3 >> %1\diff.log
  10. echo. >> %1\diff.log
  11. rcsdiff %2 %3 >> %1\diff.log
  12.